home *** CD-ROM | disk | FTP | other *** search
- object S4_004AIDE is MEDIADISTRIBUTOR
- has
-
- Finished()
- do
- --
- end;
-
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S4A2_004_PIC,
- S4A3_BOUTON_DEBUT
- ];
- end;
-
- object S4A2_004_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- TRANSITION.Set(WipeTop, 300);
- self.GoToBeginning();
- self.Run(true);
- self.Show(true);
- end;
-
- Finished()
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Target is C291_004_PIC;
- Duration is 6000;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
- object S4A3_BOUTON_DEBUT is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Duration is -1;
- X is 537; Y is 434; Width is 91; Height is 35;
- end;
-
-